home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-10-20 | 292 b | 14 lines |
- CFLAGS = -I $(HOME)/SrProject -I $(HOME)/SrProject/Converters
- CC = cc
- LIBS = -lNeXT_s -lsys_s -lm
-
- test: test.o ControlLoader.o
- $(CC) $(CFLAGS) -o test test.o ControlLoader.o $(LIBS)
-
- test.o:
- $(CC) $(CFLAGS) -c test.m
-
- ControlLoader.o: ControlLoader.h
- $(CC) $(CFLAGS) -c ControlLoader.m
-
-